[INFO] cloning repository https://github.com/luis-valverde120/Maker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luis-valverde120/Maker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluis-valverde120%2FMaker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluis-valverde120%2FMaker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 208546d5079fe1feb056c844baf43969d0e3f3d1
[INFO] fixing luis-valverde120/Maker against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluis-valverde120%2FMaker" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/luis-valverde120/Maker
[INFO] finished tweaking git repo https://github.com/luis-valverde120/Maker
[INFO] tweaked toml for git repo https://github.com/luis-valverde120/Maker written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/luis-valverde120/Maker on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/luis-valverde120/Maker already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dirs v1.0.5
[INFO] [stderr]   Downloaded rust-argon2 v0.8.3
[INFO] [stderr]   Downloaded blake2b_simd v0.5.11
[INFO] [stderr]   Downloaded redox_users v0.3.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0d6b4c5649d8c11c551b3f31895d993c29e30c05e406920434ec81a7f660223f
[INFO] running `Command { std: "docker" "start" "0d6b4c5649d8c11c551b3f31895d993c29e30c05e406920434ec81a7f660223f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0d6b4c5649d8c11c551b3f31895d993c29e30c05e406920434ec81a7f660223f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d6b4c5649d8c11c551b3f31895d993c29e30c05e406920434ec81a7f660223f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0d6b4c5649d8c11c551b3f31895d993c29e30c05e406920434ec81a7f660223f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking dirs v1.0.5
[INFO] [stderr]     Checking indicatif v0.18.4
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking dialoguer v0.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking maker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;`, found keyword `use`
[INFO] [stdout]  --> src/cli/handlers.rs:7:44
[INFO] [stdout]   |
[INFO] [stdout] 7 | use indicatif::{ProgressBar, ProgressStyle}
[INFO] [stdout]   |                                            ^ help: add `;` here
[INFO] [stdout] 8 | use std::process;
[INFO] [stdout]   | --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `match`
[INFO] [stdout]    --> src/cli/handlers.rs:180:77
[INFO] [stdout]     |
[INFO] [stdout] 180 |             spinner.set_message(format!("Create a folder project {}", name))
[INFO] [stdout]     |                                                                             ^ help: add `;` here
[INFO] [stdout] ...
[INFO] [stdout] 183 |             match handler_path(&path_selected.join(name)) {
[INFO] [stdout]     |             ----- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `,`, `.`, `?`, `}`, or an operator, found `;`
[INFO] [stdout]    --> src/cli/handlers.rs:184:62
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 Ok() => println!("Succesfully create folder");,
[INFO] [stdout]     |                      --                                      ^ expected one of `,`, `.`, `?`, `}`, or an operator
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      while parsing the `match` arm starting here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `create_architecture_folder`
[INFO] [stdout]    --> src/cli/handlers.rs:191:112
[INFO] [stdout]     |
[INFO] [stdout] 191 |             spinner.set_message(format!("Create structure folder from architecture {}", architecture_selected))
[INFO] [stdout]     |                                                                                                                ^ help: add `;` here
[INFO] [stdout] ...
[INFO] [stdout] 194 |             create_architecture_folder(&configure.architecture.folders, &configure.absolute_path, &spinner);
[INFO] [stdout]     |             -------------------------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `create_architecture_files`
[INFO] [stdout]    --> src/cli/handlers.rs:196:69
[INFO] [stdout]     |
[INFO] [stdout] 196 |             spinner.set_message(format!("Create files for project"))
[INFO] [stdout]     |                                                                     ^ help: add `;` here
[INFO] [stdout] 197 |             // create structure of files
[INFO] [stdout] 198 |             create_architecture_files(&configure.architecture.files, &configure.absolute_path, &spinner);
[INFO] [stdout]     |             ------------------------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected closing delimiter: `}`
[INFO] [stdout]    --> src/cli/handler_config.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | pub fn handle_config(project_name: &str, path: &PathBuf, framework: &str, architecture: &str, lang: &str) -> ProjectExecution {
[INFO] [stdout]     |                                                                                                                               - the nearest open delimiter
[INFO] [stdout] ...
[INFO] [stdout] 130 |     })
[INFO] [stdout]     |      - missing open `(` for this delimiter
[INFO] [stdout] 131 | }
[INFO] [stdout]     | ^ unexpected closing delimiter
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `maker` (lib test) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: expected `;`, found keyword `use`
[INFO] [stdout]  --> src/cli/handlers.rs:7:44
[INFO] [stdout]   |
[INFO] [stdout] 7 | use indicatif::{ProgressBar, ProgressStyle}
[INFO] [stdout]   |                                            ^ help: add `;` here
[INFO] [stdout] 8 | use std::process;
[INFO] [stdout]   | --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `match`
[INFO] [stdout]    --> src/cli/handlers.rs:180:77
[INFO] [stdout]     |
[INFO] [stdout] 180 |             spinner.set_message(format!("Create a folder project {}", name))
[INFO] [stdout]     |                                                                             ^ help: add `;` here
[INFO] [stdout] ...
[INFO] [stdout] 183 |             match handler_path(&path_selected.join(name)) {
[INFO] [stdout]     |             ----- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `,`, `.`, `?`, `}`, or an operator, found `;`
[INFO] [stdout]    --> src/cli/handlers.rs:184:62
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 Ok() => println!("Succesfully create folder");,
[INFO] [stdout]     |                      --                                      ^ expected one of `,`, `.`, `?`, `}`, or an operator
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      while parsing the `match` arm starting here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `create_architecture_folder`
[INFO] [stdout]    --> src/cli/handlers.rs:191:112
[INFO] [stdout]     |
[INFO] [stdout] 191 |             spinner.set_message(format!("Create structure folder from architecture {}", architecture_selected))
[INFO] [stdout]     |                                                                                                                ^ help: add `;` here
[INFO] [stdout] ...
[INFO] [stdout] 194 |             create_architecture_folder(&configure.architecture.folders, &configure.absolute_path, &spinner);
[INFO] [stdout]     |             -------------------------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `create_architecture_files`
[INFO] [stdout]    --> src/cli/handlers.rs:196:69
[INFO] [stdout]     |
[INFO] [stdout] 196 |             spinner.set_message(format!("Create files for project"))
[INFO] [stdout]     |                                                                     ^ help: add `;` here
[INFO] [stdout] 197 |             // create structure of files
[INFO] [stdout] 198 |             create_architecture_files(&configure.architecture.files, &configure.absolute_path, &spinner);
[INFO] [stdout]     |             ------------------------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected closing delimiter: `}`
[INFO] [stdout]    --> src/cli/handler_config.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | pub fn handle_config(project_name: &str, path: &PathBuf, framework: &str, architecture: &str, lang: &str) -> ProjectExecution {
[INFO] [stdout]     |                                                                                                                               - the nearest open delimiter
[INFO] [stdout] ...
[INFO] [stdout] 130 |     })
[INFO] [stdout]     |      - missing open `(` for this delimiter
[INFO] [stdout] 131 | }
[INFO] [stdout]     | ^ unexpected closing delimiter
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `maker` (lib) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "0d6b4c5649d8c11c551b3f31895d993c29e30c05e406920434ec81a7f660223f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d6b4c5649d8c11c551b3f31895d993c29e30c05e406920434ec81a7f660223f", kill_on_drop: false }`
[INFO] [stdout] 0d6b4c5649d8c11c551b3f31895d993c29e30c05e406920434ec81a7f660223f
